home *** CD-ROM | disk | FTP | other *** search
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;
- ;; File Manager Guard Configuration file
- ;;
- ;; Copyright (c) Chaosoft, 1994-96. All rights reserved
- ;;
- ;; You may modify the contents of the file to make it suitable for
- ;; your needs.
- ;;
- ;; This file may be redistributed ONLY in its unmodified form and
- ;; ONLY as a part of the original FM Guard software package.
- ;; --------------------------------------------------------------
- ;; Please refer to files README.TXT and MANUAL.TXT of the FM Guard
- ;; package for information on how to properly install and use FM Guard.
- ;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;
- ;; Your registration information. After you register your copy of
- ;; FM Guard, you receive a unique Registration Code, that should be
- ;; entered below along with the name the software is registered to
- ;; (EXACTLY as they appear on your Registration Acknowledgement,
- ;; including proper number of spaces between the words (please don't
- ;; use TAB key instead) and using proper letter case (upper or lower):
-
- UserName =
-
- RegNum =
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;
- ;; Password. Enter the number generated by the PASSWORD utility
- ;; for your new password here. This command has no effect if
- ;; the registration information above is missing or invalid.
-
- Password =
-
- ;; The only difference between registered and unregistered
- ;; versions of FM Guard is the password protection of the
- ;; command 'Guard - Disable'. Please see file README.TXT for
- ;; information on how to register FM Guard.
- ;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;
- ;; General restrictions.
- ;;
-
- ;; preventing from exiting File Manager:
-
- NoClose = OFF
-
- ;; disabling 'Save Settings on Exit':
-
- NoSaveSettings = ON
-
- ;;;;;;;;;;;;;;;;;;;;; New for FM Guard ver. 2.03 ;;;;;;;;;;;;;;;;
- ;; preventing from running programs via double-clicking a file in
- ;; File Manager:
-
- NoExecute = ON
-
- ;; Comment: the NoExecute command does NOT prevent opening associated
- ;; documents via double-clicking a file in File Manager. Use the
- ;; NoOpen=ON command (see below in this file, section NoFileMenu)
- ;; to disable opening associated documents as well). Also, use
- ;; NoRun=ON to disable the 'File-Run' command of File Manager.
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;; disabling drag and drop mechanism (otherwise the user could run
- ;; programs dragging them from File Manager and dropping them in
- ;; Program Manager):
-
- NoDragDrop = ON
-
- ;; NOTE: NoDragDrop = ON also disables all the other 'drag-n-drop'
- ;; operations: copying and moving files, etc. A user is still able to
- ;; use menu commands to perform these operations (unless they are
- ;; disabled explicitly; see below in this file).
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- ;; preventing from changing the position of File Manager window on
- ;; the screen:
-
- NoMoveSize = ON
- NoMinimize = OFF
- NoMaximize = OFF
-
- ;; preventing from launching Task Manager from the System Menu:
-
- NoSwitch = OFF
-
- ;; preventing from changing positions of the child windows of
- ;; File Manager (those that display file and directory listings):
-
- NoMoveSizeMDI = ON
- NoMinimizeMDI = OFF
- NoMaximizeMDI = OFF
- NoNextMDI = OFF
-
- ;; preventing from closing any child window in File Manager
-
- NoCloseMDI = OFF
-
- ;; preventing from opening any new child windows (including the
- ;; result of the 'File - Search' command!)
-
- NoOpenMDI = OFF
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;
- ;; Drive access.
-
- ;; preventing the user from changing the drives displayed in child
- ;; windows (however, moving around the directories on the drive currently
- ;; displayed in a window is still possible):
-
- NoChangeDrive = OFF
-
- ;; list below the drives you want to prevent the access to (as an
- ;; argument to the NoDrive command). For instance, to disable access
- ;; to drives C, H, and Z, specify: NoDrive = CHZ
- ;;
- ;; Starting from FM Guard ver.2.00 the access to the drives via Common
- ;; Dialogs will be restricted by this command as well.
-
- NoDrive =
-
- ;; NOTE: sometimes after an attempt to access a 'prohibited' drive
- ;; File Manager displays no files in windows assigned to 'permitted'
- ;; drives. To work this problem around, one should choose 'View -By
- ;; File Type' from the File Manager menu and restore the filter of
- ;; file names (*.* usually) in the dialog box.
- ;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;
- ;; Restricting Dialog Boxes of File Manager.
- ;;
- ;; Use the following commands to disable editing fields in the
- ;; corresponding dialog boxes. The user will be able to use the
- ;; commands to manage his own files (by highlighting them in File
- ;; Manager), but will not be able to type anything in the editing
- ;; fields.
-
- NoDeleteEdit = ON
- NoRunEdit = ON
- NoMoveEdit = ON
- NoCopyEdit = ON
- NoRenameEdit = ON
- NoSearchDirEdit = ON
- NoSearchAllSubDirs = ON
- NoPrintEdit = ON
-
- ;; the following command disables the 'Show System/Hidden files'
- ;; checkbox in the 'File-By File Type' dialog box:
-
- NoShowSystemHiddenFiles = ON
-
- ;; the following commands prevents one from modifying file
- ;; attributes using the 'File-Properties' command:
-
- NoAttributesEdit = ON
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;
- ;; Menu stuff.
- ;;
- ;; Use 'NoGrayedMenus' to control the effect of NoFileMenu,
- ;; NoDiskMenu, NoTreeMenu, NoViewMenu, NoOptionsMenu, NoWindowMenu,
- ;; NoHelpMenu, NoStepUpMenu, and NoToolbarMenu commands.
- ;;
- ;; If 'NoGrayedMenus = ON' is specified, then the corresponding
- ;; submenu is removed from the menu bar if the NoFileMenu=ON (or other
- ;; command from the list above) is used. Otherwise, if
- ;; 'NoGrayedMenus=OFF' is specified, the submenu is 'grayed', but not
- ;; removed from the menu bar.
-
- NoGrayedMenus = OFF
-
- ;; Use 'NoFileMenu=ON' to disable the 'File' submenu in the menu ;; bar
- ;; of File Manager. The individual commands of the 'File' submenu will also
- ;; become unaccessible, even through keyboard.
- ;;
- ;; The same rules apply to all the other menu items in the main
- ;; menu of File Manager.
-
- NoFileMenu = OFF
-
- NoOpen = OFF
- NoMove = OFF
- NoCopy = ON
- NoDelete = OFF
- NoUndelete = OFF
- NoRename = OFF
- NoProperties = OFF
- NoRun = ON
- NoPrint = OFF
- NoAssociate = ON
- NoCreateDir = OFF
- NoSearch = OFF
- NoSelect = OFF
-
- ;; use NoClose = ON at the beginning of this file
- ;; to disable Exit command
-
- NoDiskMenu = OFF
-
- NoCopyDisk = OFF
- NoLabelDisk = OFF
- NoFormatDisk = OFF
- NoMakeSystemDisk= ON
- NoSelectDrive = OFF
-
- NoTreeMenu = ON
-
- NoExpOneLevel = ON
- NoExpBranch = ON
- NoExpAll = ON
- NoCollapse = ON
- NoIndicateExp = ON
-
- NoViewMenu = OFF
-
- NoTreeDir = OFF
- NoDetails = OFF
- NoSplit = OFF
- NoSort = OFF
- NoByFileType = OFF
-
- NoOptionsMenu = OFF
-
- ;; Note: the switches below disable only the corresponding
- ;; menu items, preventing from using it; they don't affect
- ;; the current settings. For instance, NoStatusBar=ON does not
- ;; hide the status bar if it's shown, but prevents from
- ;; changing its visibility instead.
-
- NoConfirmation = OFF
- NoFont = OFF
- NoStatusBar = ON
- NoMinimizeOnUse = OFF
-
- ;; the following commands make sense only when using
- ;; Windows for Workgroups 3.11:
-
- NoCustomizeToolBar = ON
- NoToolBar = ON
- NoDriveBar = ON
-
- ;; Use NoSaveSettings switch at the beginning of the file
- ;; to control the 'Save settings on Exit' switch
-
- ;; Note: there are no switches controlling individual commands
- ;; of the Window and Help submenus; use the following commands
- ;; to remove them from menu bar instead
-
- NoWindowMenu = ON
- NoHelpMenu = ON
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;
- ;; Network stuff.
- ;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- ;; disabling access to 'Network Connections...'
-
- NoNetwork = ON
-
- ;; disabling access to 'View Shared Directories...'
-
- NoViewShared = ON
-
- ;; disabling access to 'Share Directory'
-
- NoShareDir = ON
-
- ;; disabling access to 'Stop Sharing Directory'
-
- NoStopShareDir = ON
-
- ;; disabling access to 'Connect to a network drive'
-
- NoConnect = ON
-
- ;; disabling access to 'Disconnect from a network drive'
-
- NoDisconnect = ON
-
- ;; disabling access to 'Open new on connect'
-
- NoOpenOnConnect = ON
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;
- ;; New commands, introduced in version 2.00. They are ignored
- ;; by any previous version of FM Guard.
- ;;
-
- ;; Removing the 'StepUp' menu item from menu bar (if you are using
- ;; FM StepUp, of course)
-
- NoStepUpMenu = OFF
-
- ;; ditto for the 'Toolbar' menu
-
- NoToolbarMenu = OFF
-
- ;; Hiding the 'Guard' menu item in the menu bar. This command has
- ;; NO EFFECT until you register your copy of FM Guard. Please see
- ;; README.TXT for information on how to register this software.
- ;;
- ;; Note:the NoGrayedMenus command has no effect on the
- ;; NoGuardMenu command. If NoGuardMenu=ON is specified, the 'Guard'
- ;; submenu is always deleted from the menu bar.
- ;;
- ;; CAUTION: if you set it 'ON', you won't be able to disable FM Guard
- ;; by entering a password, and, if you follow the recommended
- ;; steps described in section 3.1 of README.TXT, you may have
- ;; hard time disabling FM Guard at all. Use this command
- ;; only after having tested your Windows and FM Guard
- ;; configurations and making sure everything is set up the way
- ;; you want it!
-
- NoGuardMenu = OFF
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;;
- ;; Processing a local configuration file.
-
- ProcessLocalFile = OFF
-
- ;; If this option is turned on, an additional file with
- ;; restrictions for FM Guard, which location is specified by the
- ;; entry 'fmguard=<disk:\DOS-path\filename.ext>' of the [windows]
- ;; section in the WIN.INI file, is analyzed and all its restricting
- ;; commands are used instead of the corresponding commands from this
- ;; file. The only commands which are ignored in the local file are
- ;; 'UserName', 'RegNum', and 'ProcessLocalFile'. BE SURE to comment
- ;; out those entries in the local configuration file which you don't
- ;; want to be overriden.
- ;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- ;; end of the FM Guard configuration file.
- ;;
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-